test/reftests: Fix build on Visual Studio
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 1 Apr 2019 04:06:25 +0000 (12:06 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 1 Apr 2019 04:14:45 +0000 (12:14 +0800)
commit68af572ba435236d1423f52a06475ea46b977446
tree11ff898f4af0478c67255d489398188258f21ab9
parent5b5a68c5dbbcfd414cf3d3fda29a1b675c2d3c1f
test/reftests: Fix build on Visual Studio

As we are building the gtkreftestprivate and reftest test libraries as
DLLs, we need to export the symbols in there so that things will link.

Decorate the symbols with G_MODULE_EXPORT for this purpose.
testsuite/reftests/gtk-reftest.h
testsuite/reftests/reftest-compare.h
testsuite/reftests/reftest-module.h
testsuite/reftests/reftest-snapshot.c
testsuite/reftests/reftest-snapshot.h